# API version number (defined in utf8proc.h and above).
# Be sure to also update these in Makefile and MANIFEST!
set(SO_MAJOR 3)
-set(SO_MINOR 0)
+set(SO_MINOR 1)
set(SO_PATCH 0)
option(UTF8PROC_INSTALL "Enable installation of utf8proc" On)
" titlecase_mapping = %04x (seqindex %04x)\n"
" casefold = %s\n"
" comb_index = %d\n"
+ " comb_length = %d\n"
+ " comb_issecond = %d\n"
" bidi_mirrored = %d\n"
" comp_exclusion = %d\n"
" ignorable = %d\n"
utf8proc_totitle(c), p->titlecase_seqindex,
(char *) map,
p->comb_index,
+ p->comb_length,
+ p->comb_issecond,
p->bidi_mirrored,
p->comp_exclusion,
p->ignorable,
* - `comb_length`: Number of table entries for this first character
*
* - `comb_is_second`: As optimization we also record whether this
- * characther is the second combining character in any pair. If
+ * character is the second combining character in any pair. If
* not, we can skip the table lookup.
*
* A table lookup starts from a given character pair. It first